home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / netconf / netconf.p < prev    next >
Text File  |  1996-08-03  |  5KB  |  151 lines

  1. /* _dict.c 14/04/96 23.56.48 */
  2. /* daemon.c 03/08/96 11.35.20 */
  3. int file_empty (const char *fpath);
  4. int netconf_system (const char *cmd);
  5. int netconf_system_if (const char *name, const char *args);
  6. /* daemon1.c 01/08/96 01.39.30 */
  7. void daemon_register (DAEMON *dae, const char *name, const char *buf);
  8. DAEMON *daemon_find (const char *name);
  9. void daemon_config (void);
  10. /* daemons.c 01/08/96 01.44.10 */
  11. DAEMON *daemon_new (int managed,
  12.      const char *name,
  13.      const char *buf,
  14.      DAEMON *next);
  15. /* datetime.c 30/06/96 00.06.02 */
  16. int datetime_getfromnet (void);
  17. int datetime_getfromcmos (void);
  18. int datetime_edit (void);
  19. /* devices.c 03/08/96 01.04.38 */
  20. int netconf_setloopback (void);
  21. void devices_ip2a (struct hostent *ent, char *buf);
  22. void devices_ip2a (struct hostent *ent, SSTRING&ip);
  23. void devices_ip2a (unsigned long ip, char *buf);
  24. void devices_ip2a (struct netent *ent, char *buf);
  25. void devices_ip2a (struct netent *ent, SSTRING&ip);
  26. int device_aip24 (const char *aip, int num4[4]);
  27. bool device_validip (const char *aip, bool ishost);
  28. void device_setstdnetmask (const char *hostip,
  29.      char *def_net,
  30.      char *def_msk);
  31. int device_insmod (const char *devname);
  32. int netconf_setdevices (void);
  33. /* devlist.c 04/05/96 01.40.46 */
  34. int devlist_read (SSTRINGS&list);
  35. int devlist_devexist (const char *devname);
  36. /* exports.c 19/07/96 12.13.20 */
  37. void exports_edit (void);
  38. /* firewall.c 29/07/96 22.47.50 */
  39. int firewall_setup (void);
  40. int firewall_reset (void);
  41. void firewall_editc (void);
  42. void firewall_editf (void);
  43. void firewall_editb (void);
  44. void firewall_edito (void);
  45. void firewall_edita (void);
  46. /* groutes.c 19/07/96 16.11.46 */
  47. void netconf_editroutes (void);
  48. /* helpf.c 15/01/95 23.17.04 */
  49. /* host.c 03/05/96 23.49.54 */
  50. char *menu_setupopt (char *dst, const char *menu, const char *curval);
  51. int netconf_loadinfos (HOSTINFO&info);
  52. void netconf_updatedns (void);
  53. void netconf_edithost (void);
  54. /* hosts.c 25/07/96 00.50.24 */
  55. void *operator new (size_t size);
  56. char *replaceif (char *last, const char *newval);
  57. int host_lookupother (const char *others, const char *name);
  58. void netconf_edithosts (void);
  59. void netconf_editnet (void);
  60. /* html_access.c 03/08/96 01.32.30 */
  61. void html_access_edit (void);
  62. int html_access_check (int fd);
  63. /* ifconfig.c 05/06/95 23.11.46 */
  64. int ifconfig_getinfo (const char *ifname, IFCONFIG_INFO&info);
  65. /* internal.c 03/10/95 01.09.14 */
  66. /* ipalias.c 22/06/96 00.25.22 */
  67. int alias_setup (const char *devname);
  68. int alias_setup (void);
  69. void alias_edit (void);
  70. /* ipfw.c 12/06/96 00.36.42 */
  71. int ipfw_append (int doit,
  72.      SSTRING *collect,
  73.      int command,
  74.      struct ip_fw&b);
  75. int ipfw_flush (int doit, SSTRING *, int command);
  76. int ipfw_policy (int doit, SSTRING *collect, int command, int policy);
  77. int ipfw_open (void);
  78. void ipfw_close (void);
  79. int ipfw_baseinit (const char *,
  80.      const char *,
  81.      const char *,
  82.      const char *,
  83.      const char *,
  84.      const char *,
  85.      const char *,
  86.      const char *,
  87.      const char *,
  88.      const char *,
  89.      struct ip_fw&);
  90. /* ipfwrule.c 03/08/96 23.32.08 */
  91. int ipfwrule_convert (const char *str, char ip[], char msk[]);
  92. /* ipx.c 29/07/96 23.31.04 */
  93. void ipx_edit (void);
  94. int ipx_set (void);
  95. /* level.c 09/03/96 01.48.56 */
  96. void netconf_setnetlevel (int level);
  97. int netconf_getnetlevel (void);
  98. /* net.c 11/06/96 00.35.36 */
  99. int net_isipnum (const char *str);
  100. void net_prtlog (const char *ctl, ...);
  101. void net_introlog (const char *msg);
  102. /* netconf.c 02/08/96 23.09.16 */
  103. void netconf_update (void);
  104. void netconf_status (void);
  105. void netconf_edit (void);
  106. int netconf_checkupdate (void);
  107. int netconf_main (int argc, char *argv[]);
  108. /* networks.c 02/06/96 14.52.34 */
  109. /* nis.c 09/03/96 00.38.12 */
  110. void netconf_editnis (void);
  111. int netconf_domainname (int argc, char *argv[]);
  112. /* ppp.c 05/07/96 03.04.42 */
  113. void baud_setfield (int baud, SSTRING&baudstr, DIALOG&dia);
  114. void serial_setfield (SSTRING&device, DIALOG&dia);
  115. void ppp_edit (void);
  116. int ppp_connect (int argc, char *argv[]);
  117. int ppp_disconnect (int argc, char *argv[]);
  118. /* process.c 28/03/96 00.37.38 */
  119. int process_read (void);
  120. PROC *process_find (const char *path);
  121. long process_isactive (const char *path);
  122. /* rarp.c 29/07/96 22.42.54 */
  123. void rarp_edit (void);
  124. void rarp_activate (void);
  125. /* routed.c 23/04/96 00.02.08 */
  126. void routed_edit (void);
  127. /* routes.c 19/07/96 14.00.28 */
  128. int route_install (void);
  129. int route_isactive (const char *dest, char *gateway);
  130. /* routes1.c 19/07/96 16.19.02 */
  131. /* simple.c 09/03/96 02.52.46 */
  132. void simple_install (void);
  133. /* simul.c 30/07/96 00.53.24 */
  134. void simul_init (void);
  135. void simul_init (FILE *f);
  136. void simul_setdemoflag (int on);
  137. int simul_isdemo (void);
  138. int simul_ison (void);
  139. void simul_addcommand (const char *cmd);
  140. void simul_addmsg (const char *ctl, ...);
  141. int simul_prompt (void);
  142. /* start.c 03/08/96 11.15.02 */
  143. int netconf_startstop (const char *name, int go);
  144. void netconf_runlevel (int level);
  145. /* thishost.c 09/03/96 00.59.18 */
  146. /* thishost1.c 24/03/96 14.35.54 */
  147. struct hostent *netconf_netok (char *status);
  148. int netconf_sethostname (void);
  149. int netconf_hostname (int argc, char *argv[]);
  150. int netconf_dnsdomainname (int argc, char *[]);
  151.